SetItem Method (DependencyObjectCollection<T>)
In This Topic
Replaces the element at the specified index.
Syntax
'Declaration
Protected Overrides Sub SetItem( _
ByVal As Integer, _
ByVal As _
)
protected override void SetItem(
int ,
)
Parameters
- index
- The zero-based index of the element to replace.
- item
- The new value for the element at the specified index.
See Also